Improve errors for invalid manifests
authorAlex Crichton <alex@alexcrichton.com>
Wed, 14 Jan 2015 02:43:33 +0000 (18:43 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 14 Jan 2015 02:51:24 +0000 (18:51 -0800)
commited58e0bea9fb071bee929e601ae3cd832ac39a52
tree1c4ec6c4ff17d94c4311b09639fe15aa1313dee5
parent553211119bbe57c177c233f26000dda7fa00b54a
Improve errors for invalid manifests

Print out the path to the manifest in question whenever a parsing error is
encountered.
src/cargo/ops/cargo_read_manifest.rs
src/cargo/util/toml.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_features.rs